To view NetWare resources
Windows Explorer displays Novell Directory Services (NDS) trees with a tree icon and individual NetWare computers with a computer icon.
Important
Notes
To display a list of NetWare file servers
net view /network:nw
To display volumes on a specific NetWare file server
net view \\NWServerName /network:nw
For example, to view the volumes on the NetWare server Nw4, type:
net view \\nw4 /network:nw
To display the contents of a directory on a NetWare file server running bindery security
dir \\DirectoryPath
dir "\\NDStree\volume.unit.group"
Important
Notes